home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / as.sun4 / local.mk < prev    next >
Encoding:
Makefile  |  1991-08-27  |  556 b   |  22 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff.
  6. #
  7.  
  8. CFLAGS += -I../as/sprite -I../as/dist -Derror=as_fatal -DSPARC
  9.  
  10. #include    <$(SYSMAKEFILE)>
  11.  
  12. .PATH.h : ../as/sprite ../as/dist
  13.  
  14. #
  15. # Arrange for programs to be installed in the library area instead of
  16. # the normal commands area.
  17. #
  18.  
  19. TMINSTALLDIR    = /sprite/lib/gcc/$(TM).md
  20.  
  21.  
  22.